From: Steven G. Johnson Date: Sun, 14 Dec 2014 13:47:06 +0000 (-0500) Subject: Merge pull request #20 from JuliaLang/graphemes X-Git-Tag: archive/raspbian/2.11.3-2+rpi1^2~24^2^2~223 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4f70bbe78033345e575c425c822ca53b23403fcb;p=utf8proc.git Merge pull request #20 from JuliaLang/graphemes Update graphemes for Unicode 7 --- 4f70bbe78033345e575c425c822ca53b23403fcb diff --cc mojibake.h index fa93c8d,d65d0c5..ce97d36 --- a/mojibake.h +++ b/mojibake.h @@@ -179,11 -180,9 +180,10 @@@ typedef struct utf8proc_property_struc unsigned comp_exclusion:1; unsigned ignorable:1; unsigned control_boundary:1; - unsigned extend:1; - const int32_t *casefold_mapping; + unsigned boundclass:4; } utf8proc_property_t; +#define UTF8PROC_CATEGORY_CN 0 #define UTF8PROC_CATEGORY_LU 1 #define UTF8PROC_CATEGORY_LL 2 #define UTF8PROC_CATEGORY_LT 3